Home:ALL Converter>is there anyway to divide row in different col with only one ngfor iteration?

is there anyway to divide row in different col with only one ngfor iteration?

Ask Time:2020-02-24T01:16:27         Author:Bravo

Json Formatter

I would like to put a text-box in col-6 and other types in other col-6 so they can be next to each other.

I have tried using 2 *ngFor iterations and it is displaying which I want but can we do with only one iteration?

enter image description here https://stackblitz.com/edit/angular-hunqiq

Author:Bravo,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60364782/is-there-anyway-to-divide-row-in-different-col-with-only-one-ngfor-iteration
yy